home *** CD-ROM | disk | FTP | other *** search
- DECLARE SUB Curtains (Direction%, Arry%())
- DECLARE SUB Dazzle (Operation%, Direction%, Arry%())
- DECLARE SUB GetMonitorSeg ()
- DECLARE SUB Implode (Arry%())
- DECLARE SUB ReadBinFile (Arry%(), ScrFile$, LeadingRows%)
- DECLARE SUB Shake (HowMany%)
- DECLARE SUB StuffMess (Arry%(), Mess$, Row%, Col%, Fg%, Bg%)
- DECLARE SUB TickPause (Ticks%)
-
- COMMON SHARED ScrnEls AS INTEGER 'The number of elements in your screen.
- COMMON SHARED Monitor AS INTEGER 'The segment address for the video map.
- COMMON SHARED MaxLine AS INTEGER 'The maximum number of video rows.
-
- DEFINT A-Z 'Default to INTEGERs
-
-